home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / viewkit / builderExamples / stopwatch / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  635 b   |  16 lines

  1.  
  2.     ~4Dgifts/toolbox/src/exampleCode/viewkit/builderExamples/stopwatch README
  3.  
  4.  
  5.     This example is loosely based on the "stopwatch" example in the book 
  6.     "Object Oriented Programming with C++ and OSF/Motif".  This version uses 
  7.     ViewKit and the basic class structure was created using BuilderXcessory 
  8.     (BX).  The interface was drawn in BX, and all classes were created.  The 
  9.     connections between the components were made by modifying the *Derived 
  10.     classes.  No BX-owned classes (the non-Derived classes) were modified.  
  11.     An attempt was made to note all hand-modified code with a comment 
  12.     "//Typed line".
  13.  
  14.  
  15.  
  16.